home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso / pc / assets / aki-title.dcr / 00002_startMovie & preparemovie.ls next >
Encoding:
Text File  |  2001-07-20  |  320 b   |  17 lines

  1. global checkForFullScreen, mtime
  2.  
  3. on startMovie
  4.   puppetSound(1, 0)
  5.   checkForFullScreen = 0
  6.   mtime = 0
  7.   sprite(20).visible = 1
  8.   sprite(21).visible = 1
  9.   sprite(22).visible = 0
  10.   repeat with i = 141 to 146
  11.     sprite(i).visible = 0
  12.   end repeat
  13.   repeat with i = 151 to 156
  14.     sprite(i).visible = 1
  15.   end repeat
  16. end
  17.